projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf24cd
)
Nothing to do for ref/unref_node
author
Federico Mena Quintero
<federico@novell.com>
Fri, 4 Sep 2009 17:49:53 +0000
(12:49 -0500)
committer
Benjamin Otte
<otte@gnome.org>
Thu, 15 Oct 2009 20:06:17 +0000
(22:06 +0200)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilesystemmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilesystemmodel.c
b/gtk/gtkfilesystemmodel.c
index b5643b053912fa2cc4dcdce016006d950d1dc1a1..e2811fc4a0fd94abef206f6a808d00fdd16049dd 100644
(file)
--- a/
gtk/gtkfilesystemmodel.c
+++ b/
gtk/gtkfilesystemmodel.c
@@
-616,14
+616,14
@@
static void
gtk_file_system_model_ref_node (GtkTreeModel *tree_model,
GtkTreeIter *iter)
{
- /*
FIXME: implement
*/
+ /*
nothing to do
*/
}
static void
gtk_file_system_model_unref_node (GtkTreeModel *tree_model,
GtkTreeIter *iter)
{
- /*
FIXME: implement
*/
+ /*
nothing to do
*/
}
static void